cssnode: Split out the style cache
authorBenjamin Otte <otte@redhat.com>
Fri, 15 Jan 2016 22:27:51 +0000 (23:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Jan 2016 22:58:37 +0000 (23:58 +0100)
commit5d562b6a2aca6c1d0db93286eb7eb719fe2e3c98
tree9a9bff2ae418f13e221e06c318ade2b41583c558
parent93f8fa7576891c53c0386b71d7aee39f0dd2a2e5
cssnode: Split out the style cache

For now, the split out style cache doesn't cache anything. This is
mostly to make sure that bisections of wrong caching behavior will
bisect down to the commit that actually adds caching.
gtk/Makefile.am
gtk/gtkcssnode.c
gtk/gtkcssnodeprivate.h
gtk/gtkcssnodestylecache.c [new file with mode: 0644]
gtk/gtkcssnodestylecacheprivate.h [new file with mode: 0644]